Package com.cisco.pt.ipc.ui
Interface SmFileSystemResourceReply
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
SmFileSystemResourceReplyImpl
Information provided by the PKI file:
\class CSmFileSystemResourceReply
\brief OBSOLETE: This is not used after upgrading to QtWebEngine. CSmFileSystemResourceReply is sent by WebView's fileSystemResourceRequested() event.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinishReply(String localFilePath) Information provided by the PKI file:Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getUrlPath
String getUrlPath()Information provided by the PKI file:
\brief Returns the requested URL path.- Returns:
- String Returns a String
-
finishReply
Information provided by the PKI file:
\brief Finishes the reply with the resolved local file system file path or empty string if not found. \param localFilePath, the resolved local file system path, or empty string if not found.- Parameters:
localFilePath- Takes in a parameter of localFilePath
-